This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: java.library.path problem with JVM ~Umberto Nongeroson 7.Oct.02 02:33 PM a Web browser Domino Server 6.0Windows NT
The JVM in Domino makes no changes to java.library.path at all. The JVM derives this value from the PATH environment setting. Off the top of my head I don't immediately see why it wouldn't work. How are the classes related to this JDBC driver being found (ie. are they loaded with the servlet's classpath setting from the server record) or are you using some other method? If you are using some other method, please specify.